﻿2026-06-21T01:51:45.8264240Z ##[group]Run actions/checkout@v5
2026-06-21T01:51:45.8265442Z with:
2026-06-21T01:51:45.8266142Z   fetch-depth: 0
2026-06-21T01:51:45.8266970Z   repository: SaberMage/spt-core
2026-06-21T01:51:45.8276016Z   token: ***
2026-06-21T01:51:45.8276720Z   ssh-strict: true
2026-06-21T01:51:45.8277444Z   ssh-user: git
2026-06-21T01:51:45.8278178Z   persist-credentials: true
2026-06-21T01:51:45.8279066Z   clean: true
2026-06-21T01:51:45.8279794Z   sparse-checkout-cone-mode: true
2026-06-21T01:51:45.8280671Z   fetch-tags: false
2026-06-21T01:51:45.8281410Z   show-progress: true
2026-06-21T01:51:45.8282150Z   lfs: false
2026-06-21T01:51:45.8282836Z   submodules: false
2026-06-21T01:51:45.8283605Z   set-safe-directory: true
2026-06-21T01:51:45.8284652Z ##[endgroup]
2026-06-21T01:51:45.9084772Z Syncing repository: SaberMage/spt-core
2026-06-21T01:51:45.9087044Z ##[group]Getting Git version info
2026-06-21T01:51:45.9088293Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T01:51:45.9090264Z [command]/usr/bin/git version
2026-06-21T01:51:45.9091083Z git version 2.43.0
2026-06-21T01:51:45.9093739Z ##[endgroup]
2026-06-21T01:51:45.9099035Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d52b27b5-c840-439d-95bd-4a1e03774410' before making global git config changes
2026-06-21T01:51:45.9101420Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T01:51:45.9103350Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T01:51:45.9127938Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T01:51:45.9147881Z https://github.com/SaberMage/spt-core
2026-06-21T01:51:45.9157859Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T01:51:45.9160248Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T01:51:45.9178622Z HEAD
2026-06-21T01:51:45.9209185Z ##[endgroup]
2026-06-21T01:51:45.9210177Z [command]/usr/bin/git submodule status
2026-06-21T01:51:45.9419498Z ##[group]Cleaning the repository
2026-06-21T01:51:45.9421147Z [command]/usr/bin/git clean -ffdx
2026-06-21T01:51:45.9451030Z Removing traceable-reqs
2026-06-21T01:51:45.9457722Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T01:51:45.9508543Z HEAD is now at 113d90df6 Merge bdb51c23f8cca1015ae989588a3d48be6ba08419 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T01:51:45.9514019Z ##[endgroup]
2026-06-21T01:51:45.9515588Z ##[group]Disabling automatic garbage collection
2026-06-21T01:51:45.9517844Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T01:51:45.9544502Z ##[endgroup]
2026-06-21T01:51:45.9545900Z ##[group]Setting up auth
2026-06-21T01:51:45.9550402Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T01:51:45.9578532Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T01:51:45.9800021Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T01:51:45.9825794Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T01:51:46.0014684Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T01:51:46.0042769Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T01:51:46.0234101Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T01:51:46.0263516Z ##[endgroup]
2026-06-21T01:51:46.0265004Z ##[group]Fetching the repository
2026-06-21T01:51:46.0271329Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +113d90df680fb5354349c5fd80385ffe087b8206:refs/remotes/pull/26/merge
2026-06-21T01:51:46.6243798Z From https://github.com/SaberMage/spt-core
2026-06-21T01:51:46.6244582Z    0dc7018fa..bdb51c23f  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-21T01:51:46.6245293Z    0dc7018fa..bdb51c23f  v0.13.0-p1b-ack-deadlock -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T01:51:46.6277512Z ##[endgroup]
2026-06-21T01:51:46.6278012Z ##[group]Determining the checkout info
2026-06-21T01:51:46.6278641Z ##[endgroup]
2026-06-21T01:51:46.6283508Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T01:51:46.6325864Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T01:51:46.6351857Z ##[group]Checking out the ref
2026-06-21T01:51:46.6355613Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T01:51:46.6405524Z HEAD is now at 113d90df6 Merge bdb51c23f8cca1015ae989588a3d48be6ba08419 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T01:51:46.6409324Z ##[endgroup]
2026-06-21T01:51:46.6450227Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T01:51:46.6477283Z 113d90df680fb5354349c5fd80385ffe087b8206
